Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / paginate Method / paginate(IWorksheet,List<IRange>,List<RepeatSetting>) Method
The worksheet object.
The collection of ranges that need to keep together.
The collection of repeat settings for a Range.
In This Topic
    paginate(IWorksheet,List<IRange>,List<RepeatSetting>) Method
    In This Topic
    Generate pagination information for the worksheet. Keep
    Syntax
    public java.util.List<PageInfo> paginate( 
       IWorksheet worksheet,
       java.util.List<IRange> keepTogetherRanges,
       java.util.List<RepeatSetting> repeatSettings
    )

    Parameters

    worksheet
    The worksheet object.
    keepTogetherRanges
    The collection of ranges that need to keep together.
    repeatSettings
    The collection of repeat settings for a Range.
    See Also